home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / earcd / phase5 / ppcrelease / fd2inline / configure < prev    next >
Text File  |  1998-02-21  |  39KB  |  1,193 lines

  1. #! /bin/sh
  2.  
  3. # Guess values for system-dependent variables and create Makefiles.
  4. # Generated automatically using autoconf version 2.12 
  5. # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  6. #
  7. # This configure script is free software; the Free Software Foundation
  8. # gives unlimited permission to copy, distribute and modify it.
  9.  
  10. # Defaults:
  11. ac_help=
  12. ac_default_prefix=/usr/local
  13. # Any additions from configure.in:
  14.  
  15. # Initialize some variables set by options.
  16. # The variables have the same names as the options, with
  17. # dashes changed to underlines.
  18. build=NONE
  19. cache_file=./config.cache
  20. exec_prefix=NONE
  21. host=NONE
  22. no_create=
  23. nonopt=NONE
  24. no_recursion=
  25. prefix=NONE
  26. program_prefix=NONE
  27. program_suffix=NONE
  28. program_transform_name=s,x,x,
  29. silent=
  30. site=
  31. srcdir=
  32. target=NONE
  33. verbose=
  34. x_includes=NONE
  35. x_libraries=NONE
  36. bindir='${exec_prefix}/bin'
  37. sbindir='${exec_prefix}/sbin'
  38. libexecdir='${exec_prefix}/libexec'
  39. datadir='${prefix}/share'
  40. sysconfdir='${prefix}/etc'
  41. sharedstatedir='${prefix}/com'
  42. localstatedir='${prefix}/var'
  43. libdir='${exec_prefix}/lib'
  44. includedir='${prefix}/include'
  45. oldincludedir='/usr/include'
  46. infodir='${prefix}/info'
  47. guidedir='${prefix}/guide'
  48. psdir='${prefix}/ps'
  49. dvidir='${prefix}/dvi'
  50. mandir='${prefix}/man'
  51.  
  52. # Initialize some other variables.
  53. subdirs=
  54. MFLAGS= MAKEFLAGS=
  55. # Maximum number of lines to put in a shell here document.
  56. ac_max_here_lines=12
  57.  
  58. ac_prev=
  59. for ac_option
  60. do
  61.  
  62.   # If the previous option needs an argument, assign it.
  63.   if test -n "$ac_prev"; then
  64.     eval "$ac_prev=\$ac_option"
  65.     ac_prev=
  66.     continue
  67.   fi
  68.  
  69.   case "$ac_option" in
  70.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  71.   *) ac_optarg= ;;
  72.   esac
  73.  
  74.   # Accept the important Cygnus configure options, so we can diagnose typos.
  75.  
  76.   case "$ac_option" in
  77.  
  78.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  79.     ac_prev=bindir ;;
  80.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  81.     bindir="$ac_optarg" ;;
  82.  
  83.   -build | --build | --buil | --bui | --bu)
  84.     ac_prev=build ;;
  85.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  86.     build="$ac_optarg" ;;
  87.  
  88.   -cache-file | --cache-file | --cache-fil | --cache-fi \
  89.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  90.     ac_prev=cache_file ;;
  91.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  92.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  93.     cache_file="$ac_optarg" ;;
  94.  
  95.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  96.     ac_prev=datadir ;;
  97.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  98.   | --da=*)
  99.     datadir="$ac_optarg" ;;
  100.  
  101.   -disable-* | --disable-*)
  102.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  103.     # Reject names that are not valid shell variable names.
  104.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  105.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  106.     fi
  107.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  108.     eval "enable_${ac_feature}=no" ;;
  109.  
  110.   -enable-* | --enable-*)
  111.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  112.     # Reject names that are not valid shell variable names.
  113.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  114.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  115.     fi
  116.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  117.     case "$ac_option" in
  118.       *=*) ;;
  119.       *) ac_optarg=yes ;;
  120.     esac
  121.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  122.  
  123.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  124.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  125.   | --exec | --exe | --ex)
  126.     ac_prev=exec_prefix ;;
  127.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  128.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  129.   | --exec=* | --exe=* | --ex=*)
  130.     exec_prefix="$ac_optarg" ;;
  131.  
  132.   -gas | --gas | --ga | --g)
  133.     # Obsolete; use --with-gas.
  134.     with_gas=yes ;;
  135.  
  136.   -help | --help | --hel | --he)
  137.     # Omit some internal or obsolete options to make the list less imposing.
  138.     # This message is too long to be a string in the A/UX 3.1 sh.
  139.     cat << EOF
  140. Usage: configure [options] [host]
  141. Options: [defaults in brackets after descriptions]
  142. Configuration:
  143.   --cache-file=FILE       cache test results in FILE
  144.   --help                  print this message
  145.   --no-create             do not create output files
  146.   --quiet, --silent       do not print \`checking...' messages
  147.   --version               print the version of autoconf that created configure
  148. Directory and file names:
  149.   --prefix=PREFIX         install architecture-independent files in PREFIX
  150.                           [$ac_default_prefix]
  151.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  152.                           [same as prefix]
  153.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  154.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  155.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  156.   --datadir=DIR           read-only architecture-independent data in DIR
  157.                           [PREFIX/share]
  158.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  159.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  160.                           [PREFIX/com]
  161.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  162.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  163.   --includedir=DIR        C header files in DIR [PREFIX/include]
  164.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  165.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  166.   --guidedir=DIR          Amigaguide documentation in DIR [PREFIX/guide]
  167.   --psdir=DIR             postscript documentation in DIR [PREFIX/ps]
  168.   --dvidir=DIR            TeX dvi documentation in DIR [PREFIX/dvi]
  169.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  170.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  171.   --program-prefix=PREFIX prepend PREFIX to installed program names
  172.   --program-suffix=SUFFIX append SUFFIX to installed program names
  173.   --program-transform-name=PROGRAM
  174.                           run sed PROGRAM on installed program names
  175. EOF
  176.     cat << EOF
  177. Host type:
  178.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  179.   --host=HOST             configure for HOST [guessed]
  180.   --target=TARGET         configure for TARGET [TARGET=HOST]
  181. Features and packages:
  182.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  183.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  184.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  185.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  186.   --x-includes=DIR        X include files are in DIR
  187.   --x-libraries=DIR       X library files are in DIR
  188. EOF
  189.     if test -n "$ac_help"; then
  190.       echo "--enable and --with options recognized:$ac_help"
  191.     fi
  192.     exit 0 ;;
  193.  
  194.   -host | --host | --hos | --ho)
  195.     ac_prev=host ;;
  196.   -host=* | --host=* | --hos=* | --ho=*)
  197.     host="$ac_optarg" ;;
  198.  
  199.   -includedir | --includedir | --includedi | --included | --include \
  200.   | --includ | --inclu | --incl | --inc)
  201.     ac_prev=includedir ;;
  202.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  203.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  204.     includedir="$ac_optarg" ;;
  205.  
  206.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  207.     ac_prev=infodir ;;
  208.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  209.     infodir="$ac_optarg" ;;
  210.  
  211.  -guidedir | --guidedir | --guidedi | --guided | --guide | --gui)
  212.    ac_prev=guidedir ;;
  213.  -guidedir=* | --guidedir=* | --guidedi=* | --guided=* | --guide=* |--gui=*)+    guidedir="$ac_optarg" ;;
  214.  
  215.  -psdir | --psdir | --psdi | --psd | --ps)
  216.    ac_prev=psdir ;;
  217.  -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)+    psdir="$ac_optarg" ;;
  218.  
  219.  -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
  220.    ac_prev=dvidir ;;
  221.  -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* |--dv=*)+    dvidir="$ac_optarg" ;;
  222.  
  223.   -libdir | --libdir | --libdi | --libd)
  224.     ac_prev=libdir ;;
  225.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  226.     libdir="$ac_optarg" ;;
  227.  
  228.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  229.   | --libexe | --libex | --libe)
  230.     ac_prev=libexecdir ;;
  231.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  232.   | --libexe=* | --libex=* | --libe=*)
  233.     libexecdir="$ac_optarg" ;;
  234.  
  235.   -localstatedir | --localstatedir | --localstatedi | --localstated \
  236.   | --localstate | --localstat | --localsta | --localst \
  237.   | --locals | --local | --loca | --loc | --lo)
  238.     ac_prev=localstatedir ;;
  239.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  240.   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  241.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  242.     localstatedir="$ac_optarg" ;;
  243.  
  244.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  245.     ac_prev=mandir ;;
  246.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  247.     mandir="$ac_optarg" ;;
  248.  
  249.   -nfp | --nfp | --nf)
  250.     # Obsolete; use --without-fp.
  251.     with_fp=no ;;
  252.  
  253.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  254.   | --no-cr | --no-c)
  255.     no_create=yes ;;
  256.  
  257.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  258.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  259.     no_recursion=yes ;;
  260.  
  261.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  262.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  263.   | --oldin | --oldi | --old | --ol | --o)
  264.     ac_prev=oldincludedir ;;
  265.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  266.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  267.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  268.     oldincludedir="$ac_optarg" ;;
  269.  
  270.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  271.     ac_prev=prefix ;;
  272.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  273.     prefix="$ac_optarg" ;;
  274.  
  275.   -program-prefix | --program-prefix | --program-prefi | --program-pref \
  276.   | --program-pre | --program-pr | --program-p)
  277.     ac_prev=program_prefix ;;
  278.   -program-prefix=* | --program-prefix=* | --program-prefi=* \
  279.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  280.     program_prefix="$ac_optarg" ;;
  281.  
  282.   -program-suffix | --program-suffix | --program-suffi | --program-suff \
  283.   | --program-suf | --program-su | --program-s)
  284.     ac_prev=program_suffix ;;
  285.   -program-suffix=* | --program-suffix=* | --program-suffi=* \
  286.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  287.     program_suffix="$ac_optarg" ;;
  288.  
  289.   -program-transform-name | --program-transform-name \
  290.   | --program-transform-nam | --program-transform-na \
  291.   | --program-transform-n | --program-transform- \
  292.   | --program-transform | --program-transfor \
  293.   | --program-transfo | --program-transf \
  294.   | --program-trans | --program-tran \
  295.   | --progr-tra | --program-tr | --program-t)
  296.     ac_prev=program_transform_name ;;
  297.   -program-transform-name=* | --program-transform-name=* \
  298.   | --program-transform-nam=* | --program-transform-na=* \
  299.   | --program-transform-n=* | --program-transform-=* \
  300.   | --program-transform=* | --program-transfor=* \
  301.   | --program-transfo=* | --program-transf=* \
  302.   | --program-trans=* | --program-tran=* \
  303.   | --progr-tra=* | --program-tr=* | --program-t=*)
  304.     program_transform_name="$ac_optarg" ;;
  305.  
  306.   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  307.   | -silent | --silent | --silen | --sile | --sil)
  308.     silent=yes ;;
  309.  
  310.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  311.     ac_prev=sbindir ;;
  312.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  313.   | --sbi=* | --sb=*)
  314.     sbindir="$ac_optarg" ;;
  315.  
  316.   -sharedstatedir | --sharedstatedir | --sharedstatedi \
  317.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  318.   | --sharedst | --shareds | --shared | --share | --shar \
  319.   | --sha | --sh)
  320.     ac_prev=sharedstatedir ;;
  321.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  322.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  323.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  324.   | --sha=* | --sh=*)
  325.     sharedstatedir="$ac_optarg" ;;
  326.  
  327.   -site | --site | --sit)
  328.     ac_prev=site ;;
  329.   -site=* | --site=* | --sit=*)
  330.     site="$ac_optarg" ;;
  331.  
  332.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  333.     ac_prev=srcdir ;;
  334.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  335.     srcdir="$ac_optarg" ;;
  336.  
  337.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  338.   | --syscon | --sysco | --sysc | --sys | --sy)
  339.     ac_prev=sysconfdir ;;
  340.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  341.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  342.     sysconfdir="$ac_optarg" ;;
  343.  
  344.   -target | --target | --targe | --targ | --tar | --ta | --t)
  345.     ac_prev=target ;;
  346.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  347.     target="$ac_optarg" ;;
  348.  
  349.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  350.     verbose=yes ;;
  351.  
  352.   -version | --version | --versio | --versi | --vers)
  353.     echo "configure generated by autoconf version 2.12"
  354.     exit 0 ;;
  355.  
  356.   -with-* | --with-*)
  357.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  358.     # Reject names that are not valid shell variable names.
  359.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  360.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  361.     fi
  362.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  363.     case "$ac_option" in
  364.       *=*) ;;
  365.       *) ac_optarg=yes ;;
  366.     esac
  367.     eval "with_${ac_package}='$ac_optarg'" ;;
  368.  
  369.   -without-* | --without-*)
  370.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  371.     # Reject names that are not valid shell variable names.
  372.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  373.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  374.     fi
  375.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  376.     eval "with_${ac_package}=no" ;;
  377.  
  378.   --x)
  379.     # Obsolete; use --with-x.
  380.     with_x=yes ;;
  381.  
  382.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  383.   | --x-incl | --x-inc | --x-in | --x-i)
  384.     ac_prev=x_includes ;;
  385.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  386.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  387.     x_includes="$ac_optarg" ;;
  388.  
  389.   -x-libraries | --x-libraries | --x-librarie | --x-librari \
  390.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  391.     ac_prev=x_libraries ;;
  392.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  393.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  394.     x_libraries="$ac_optarg" ;;
  395.  
  396.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  397.     ;;
  398.  
  399.   *)
  400.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  401.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  402.     fi
  403.     if test "x$nonopt" != xNONE; then
  404.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  405.     fi
  406.     nonopt="$ac_option"
  407.     ;;
  408.  
  409.   esac
  410. done
  411.  
  412. if test -n "$ac_prev"; then
  413.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  414. fi
  415.  
  416. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  417.  
  418. # File descriptor usage:
  419. # 0 standard input
  420. # 1 file creation
  421. # 2 errors and warnings
  422. # 3 some systems may open it to /dev/tty
  423. # 4 used on the Kubota Titan
  424. # 6 checking for... messages and results
  425. # 5 compiler messages saved in config.log
  426. if test "$silent" = yes; then
  427.   exec 6>/dev/null
  428. else
  429.   exec 6>&1
  430. fi
  431. exec 5>./config.log
  432.  
  433. echo "\
  434. This file contains any messages produced by compilers while
  435. running configure, to aid debugging if configure makes a mistake.
  436. " 1>&5
  437.  
  438. # Strip out --no-create and --no-recursion so they do not pile up.
  439. # Also quote any args containing shell metacharacters.
  440. ac_configure_args=
  441. for ac_arg
  442. do
  443.   case "$ac_arg" in
  444.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  445.   | --no-cr | --no-c) ;;
  446.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  447.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  448.   *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
  449.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  450.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  451.   esac
  452. done
  453.  
  454. # NLS nuisances.
  455. # Only set these to C if already set.  These must not be set unconditionally
  456. # because not all systems understand e.g. LANG=C (notably SCO).
  457. # Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
  458. # Non-C LC_CTYPE values break the ctype check.
  459. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  460. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  461. if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
  462. if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
  463.  
  464. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  465. rm -rf conftest* confdefs.h
  466. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  467. echo > confdefs.h
  468.  
  469. # A filename unique to this package, relative to the directory that
  470. # configure is in, which we can look for to find out if srcdir is correct.
  471. ac_unique_file=fd2inline.c
  472.  
  473. # Find the source files, if location was not specified.
  474. if test -z "$srcdir"; then
  475.   ac_srcdir_defaulted=yes
  476.   # Try the directory containing this script, then its parent.
  477.   ac_prog=$0
  478.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  479.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  480.   srcdir=$ac_confdir
  481.   if test ! -r $srcdir/$ac_unique_file; then
  482.     srcdir=..
  483.   fi
  484. else
  485.   ac_srcdir_defaulted=no
  486. fi
  487. if test ! -r $srcdir/$ac_unique_file; then
  488.   if test "$ac_srcdir_defaulted" = yes; then
  489.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  490.   else
  491.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  492.   fi
  493. fi
  494. srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
  495.  
  496. # Prefer explicitly selected file to automatically selected ones.
  497. if test -z "$CONFIG_SITE"; then
  498.   if test "x$prefix" != xNONE; then
  499.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  500.   else
  501.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  502.   fi
  503. fi
  504. for ac_site_file in $CONFIG_SITE; do
  505.   if test -r "$ac_site_file"; then
  506.     echo "loading site script $ac_site_file"
  507.     . "$ac_site_file"
  508.   fi
  509. done
  510.  
  511. if test -r "$cache_file"; then
  512.   echo "loading cache $cache_file"
  513.   . $cache_file
  514. else
  515.   echo "creating cache $cache_file"
  516.   > $cache_file
  517. fi
  518.  
  519. ac_ext=c
  520. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  521. ac_cpp='$CPP $CPPFLAGS'
  522. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  523. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  524. cross_compiling=$ac_cv_prog_cc_cross
  525.  
  526. if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
  527.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  528.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  529.     ac_n= ac_c='
  530. ' ac_t='    '
  531.   else
  532.     ac_n=-n ac_c= ac_t=
  533.   fi
  534. else
  535.   ac_n= ac_c='\c' ac_t=
  536. fi
  537.  
  538.  
  539.  
  540. # Extract the first word of "gcc", so it can be a program name with args.
  541. set dummy gcc; ac_word=$2
  542. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  543. echo "configure:544: checking for $ac_word" >&5
  544. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  545.   echo $ac_n "(cached) $ac_c" 1>&6
  546. else
  547.   if test -n "$CC"; then
  548.   ac_cv_prog_CC="$CC" # Let the user override the test.
  549. else
  550.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  551.   for ac_dir in $PATH; do
  552.     test -z "$ac_dir" && ac_dir=.
  553.     if test -f $ac_dir/$ac_word; then
  554.       ac_cv_prog_CC="gcc"
  555.       break
  556.     fi
  557.   done
  558.   IFS="$ac_save_ifs"
  559. fi
  560. fi
  561. CC="$ac_cv_prog_CC"
  562. if test -n "$CC"; then
  563.   echo "$ac_t""$CC" 1>&6
  564. else
  565.   echo "$ac_t""no" 1>&6
  566. fi
  567.  
  568. if test -z "$CC"; then
  569.   # Extract the first word of "bcc", so it can be a program name with args.
  570. set dummy bcc; ac_word=$2
  571. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  572. echo "configure:573: checking for $ac_word" >&5
  573. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  574.   echo $ac_n "(cached) $ac_c" 1>&6
  575. else
  576.   if test -n "$CC"; then
  577.   ac_cv_prog_CC="$CC" # Let the user override the test.
  578. else
  579.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  580.   for ac_dir in $PATH; do
  581.     test -z "$ac_dir" && ac_dir=.
  582.     if test -f $ac_dir/$ac_word; then
  583.       ac_cv_prog_CC="bcc"
  584.       break
  585.     fi
  586.   done
  587.   IFS="$ac_save_ifs"
  588. fi
  589. fi
  590. CC="$ac_cv_prog_CC"
  591. if test -n "$CC"; then
  592.   echo "$ac_t""$CC" 1>&6
  593. else
  594.   echo "$ac_t""no" 1>&6
  595. fi
  596.  
  597. fi
  598. if test -z "$CC"; then
  599.   # Extract the first word of "mwcc", so it can be a program name with args.
  600. set dummy mwcc; ac_word=$2
  601. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  602. echo "configure:603: checking for $ac_word" >&5
  603. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  604.   echo $ac_n "(cached) $ac_c" 1>&6
  605. else
  606.   if test -n "$CC"; then
  607.   ac_cv_prog_CC="$CC" # Let the user override the test.
  608. else
  609.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  610.   for ac_dir in $PATH; do
  611.     test -z "$ac_dir" && ac_dir=.
  612.     if test -f $ac_dir/$ac_word; then
  613.       ac_cv_prog_CC="mwcc"
  614.       break
  615.     fi
  616.   done
  617.   IFS="$ac_save_ifs"
  618. fi
  619. fi
  620. CC="$ac_cv_prog_CC"
  621. if test -n "$CC"; then
  622.   echo "$ac_t""$CC" 1>&6
  623. else
  624.   echo "$ac_t""no" 1>&6
  625. fi
  626.  
  627. fi
  628. if test -z "$CC"; then
  629.   # Extract the first word of "cc", so it can be a program name with args.
  630. set dummy cc; ac_word=$2
  631. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  632. echo "configure:633: checking for $ac_word" >&5
  633. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  634.   echo $ac_n "(cached) $ac_c" 1>&6
  635. else
  636.   if test -n "$CC"; then
  637.   ac_cv_prog_CC="$CC" # Let the user override the test.
  638. else
  639.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  640.   ac_prog_rejected=no
  641.   for ac_dir in $PATH; do
  642.     test -z "$ac_dir" && ac_dir=.
  643.     if test -f $ac_dir/$ac_word; then
  644.       if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
  645.         ac_prog_rejected=yes
  646.     continue
  647.       fi
  648.       ac_cv_prog_CC="cc"
  649.       break
  650.     fi
  651.   done
  652.   IFS="$ac_save_ifs"
  653. if test $ac_prog_rejected = yes; then
  654.   # We found a bogon in the path, so make sure we never use it.
  655.   set dummy $ac_cv_prog_CC
  656.   shift
  657.   if test $# -gt 0; then
  658.     # We chose a different compiler from the bogus one.
  659.     # However, it has the same basename, so the bogon will be chosen
  660.     # first if we set CC to just the basename; use the full file name.
  661.     shift
  662.     set dummy "$ac_dir/$ac_word" "$@"
  663.     shift
  664.     ac_cv_prog_CC="$@"
  665.   fi
  666. fi
  667. fi
  668. fi
  669. CC="$ac_cv_prog_CC"
  670. if test -n "$CC"; then
  671.   echo "$ac_t""$CC" 1>&6
  672. else
  673.   echo "$ac_t""no" 1>&6
  674. fi
  675.  
  676. fi
  677. test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
  678.  
  679. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  680. echo "configure:681: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  681.  
  682. ac_ext=c
  683. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  684. ac_cpp='$CPP $CPPFLAGS'
  685. ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  686. ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  687. cross_compiling=$ac_cv_prog_cc_cross
  688.  
  689. cat > conftest.$ac_ext <<EOF
  690. #line 691 "configure"
  691. #include "confdefs.h"
  692. main(){return(0);}
  693. EOF
  694. if { (eval echo configure:695: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
  695.   ac_cv_prog_cc_works=yes
  696.   # If we can't run a trivial program, we are probably using a cross compiler.
  697.   if (./conftest; exit) 2>/dev/null; then
  698.     ac_cv_prog_cc_cross=no
  699.   else
  700.     ac_cv_prog_cc_cross=yes
  701.   fi
  702. else
  703.   echo "configure: failed program was:" >&5
  704.   cat conftest.$ac_ext >&5
  705.   ac_cv_prog_cc_works=no
  706. fi
  707. rm -fr conftest*
  708.  
  709. echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
  710. if test $ac_cv_prog_cc_works = no; then
  711.   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
  712. fi
  713. echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  714. echo "configure:715: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  715. echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
  716. cross_compiling=$ac_cv_prog_cc_cross
  717.  
  718. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  719. echo "configure:720: checking whether we are using GNU C" >&5
  720. if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
  721.   echo $ac_n "(cached) $ac_c" 1>&6
  722. else
  723.   cat > conftest.c <<EOF
  724. #ifdef __GNUC__
  725.   yes;
  726. #endif
  727. EOF
  728. if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:729: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  729.   ac_cv_prog_gcc=yes
  730. else
  731.   ac_cv_prog_gcc=no
  732. fi
  733. fi
  734.  
  735. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  736.  
  737. if test $ac_cv_prog_gcc = yes; then
  738.   GCC=yes
  739.   ac_test_CFLAGS="${CFLAGS+set}"
  740.   ac_save_CFLAGS="$CFLAGS"
  741.   CFLAGS=
  742.   echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  743. echo "configure:744: checking whether ${CC-cc} accepts -g" >&5
  744. if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
  745.   echo $ac_n "(cached) $ac_c" 1>&6
  746. else
  747.   echo 'void f(){}' > conftest.c
  748. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  749.   ac_cv_prog_cc_g=yes
  750. else
  751.   ac_cv_prog_cc_g=no
  752. fi
  753. rm -f conftest*
  754.  
  755. fi
  756.  
  757. echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
  758.   if test "$ac_test_CFLAGS" = set; then
  759.     CFLAGS="$ac_save_CFLAGS"
  760.   elif test $ac_cv_prog_cc_g = yes; then
  761.     CFLAGS="-g -O2"
  762.   else
  763.     CFLAGS="-O2"
  764.   fi
  765. else
  766.   GCC=
  767.   test "${CFLAGS+set}" = set || CFLAGS="-g"
  768. fi
  769. if test "$CC" = "mwcc"; then
  770.   CC="mwcc -I- -I. -I/gg/include -L/gg/lib -opt global -nodup"
  771.   ARFLAGS="-xml -o"
  772.   AR="mwld"
  773.   RANLIB="true"
  774. elif test "$CC" = "bcc"; then
  775.   ARFLAGS="-xml -o"
  776.   AR="mwld"
  777.   RANLIB="true"
  778. else
  779.   ARFLAGS="cr"
  780. fi
  781.  
  782. ac_aux_dir=
  783. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  784.   if test -f $ac_dir/install-sh; then
  785.     ac_aux_dir=$ac_dir
  786.     ac_install_sh="$ac_aux_dir/install-sh -c"
  787.     break
  788.   elif test -f $ac_dir/install.sh; then
  789.     ac_aux_dir=$ac_dir
  790.     ac_install_sh="$ac_aux_dir/install.sh -c"
  791.     break
  792.   fi
  793. done
  794. if test -z "$ac_aux_dir"; then
  795.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  796. fi
  797. ac_config_guess=$ac_aux_dir/config.guess
  798. ac_config_sub=$ac_aux_dir/config.sub
  799. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  800.  
  801. # Find a good install program.  We prefer a C program (faster),
  802. # so one script is as good as another.  But avoid the broken or
  803. # incompatible versions:
  804. # SysV /etc/install, /usr/sbin/install
  805. # SunOS /usr/etc/install
  806. # IRIX /sbin/install
  807. # AIX /bin/install
  808. # AmigaOS /c/install
  809. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  810. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  811. # ./install, which can be erroneously created by make from ./install.sh.
  812. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  813. echo "configure:814: checking for a BSD compatible install" >&5
  814. if test -z "$INSTALL"; then
  815. if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
  816.   echo $ac_n "(cached) $ac_c" 1>&6
  817. else
  818.     IFS="${IFS=     }"; ac_save_IFS="$IFS"; IFS="${IFS}:"
  819.   for ac_dir in $PATH; do
  820.     # Account for people who put trailing slashes in PATH elements.
  821.     case "$ac_dir/" in
  822.     /|./|.//|/etc/*|/c/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  823.     *)
  824.       # OSF1 and SCO ODT 3.0 have their own names for install.
  825.       for ac_prog in ginstall installbsd scoinst install; do
  826.         if test -f $ac_dir/$ac_prog; then
  827.       if test $ac_prog = install &&
  828.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  829.         # AIX install.  It has an incompatible calling convention.
  830.         # OSF/1 installbsd also uses dspmsg, but is usable.
  831.         :
  832.       else
  833.         ac_cv_path_install="$ac_dir/$ac_prog -c"
  834.         break 2
  835.       fi
  836.     fi
  837.       done
  838.       ;;
  839.     esac
  840.   done
  841.   IFS="$ac_save_IFS"
  842.  
  843. fi
  844.   if test "${ac_cv_path_install+set}" = set; then
  845.     INSTALL="$ac_cv_path_install"
  846.   else
  847.     # As a last resort, use the slow shell script.  We don't cache a
  848.     # path for INSTALL within a source directory, because that will
  849.     # break other packages using the cache if that directory is
  850.     # removed, or if the path is relative.
  851.     INSTALL="$ac_install_sh"
  852.   fi
  853. fi
  854. echo "$ac_t""$INSTALL" 1>&6
  855.  
  856. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  857. # It thinks the first close brace ends the variable substitution.
  858. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  859.  
  860. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  861.  
  862. # Extract the first word of "ranlib", so it can be a program name with args.
  863. set dummy ranlib; ac_word=$2
  864. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  865. echo "configure:866: checking for $ac_word" >&5
  866. if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
  867.   echo $ac_n "(cached) $ac_c" 1>&6
  868. else
  869.   if test -n "$RANLIB"; then
  870.   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
  871. else
  872.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  873.   for ac_dir in $PATH; do
  874.     test -z "$ac_dir" && ac_dir=.
  875.     if test -f $ac_dir/$ac_word; then
  876.       ac_cv_prog_RANLIB="ranlib"
  877.       break
  878.     fi
  879.   done
  880.   IFS="$ac_save_ifs"
  881.   test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
  882. fi
  883. fi
  884. RANLIB="$ac_cv_prog_RANLIB"
  885. if test -n "$RANLIB"; then
  886.   echo "$ac_t""$RANLIB" 1>&6
  887. else
  888.   echo "$ac_t""no" 1>&6
  889. fi
  890.  
  891. for ac_prog in mawk gawk nawk awk
  892. do
  893. # Extract the first word of "$ac_prog", so it can be a program name with args.
  894. set dummy $ac_prog; ac_word=$2
  895. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  896. echo "configure:897: checking for $ac_word" >&5
  897. if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
  898.   echo $ac_n "(cached) $ac_c" 1>&6
  899. else
  900.   if test -n "$AWK"; then
  901.   ac_cv_prog_AWK="$AWK" # Let the user override the test.
  902. else
  903.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  904.   for ac_dir in $PATH; do
  905.     test -z "$ac_dir" && ac_dir=.
  906.     if test -f $ac_dir/$ac_word; then
  907.       ac_cv_prog_AWK="$ac_prog"
  908.       break
  909.     fi
  910.   done
  911.   IFS="$ac_save_ifs"
  912. fi
  913. fi
  914. AWK="$ac_cv_prog_AWK"
  915. if test -n "$AWK"; then
  916.   echo "$ac_t""$AWK" 1>&6
  917. else
  918.   echo "$ac_t""no" 1>&6
  919. fi
  920.  
  921. test -n "$AWK" && break
  922. done
  923.  
  924.  
  925. trap '' 1 2 15
  926. cat > confcache <<\EOF
  927. # This file is a shell script that caches the results of configure
  928. # tests run on this system so they can be shared between configure
  929. # scripts and configure runs.  It is not useful on other systems.
  930. # If it contains results you don't want to keep, you may remove or edit it.
  931. #
  932. # By default, configure uses ./config.cache as the cache file,
  933. # creating it if it does not exist already.  You can give configure
  934. # the --cache-file=FILE option to use a different cache file; that is
  935. # what configure does when it calls configure scripts in
  936. # subdirectories, so they share the cache.
  937. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  938. # config.status only pays attention to the cache file if you give it the
  939. # --recheck option to rerun configure.
  940. #
  941. EOF
  942. # The following way of writing the cache mishandles newlines in values,
  943. # but we know of no workaround that is simple, portable, and efficient.
  944. # So, don't put newlines in cache variables' values.
  945. # Ultrix sh set writes to stderr and can't be redirected directly,
  946. # and sets the high bit in the cache file unless we assign to the vars.
  947. (set) 2>&1 |
  948.   case `(ac_space=' '; set) 2>&1 | grep ac_space` in
  949.   *ac_space=\ *)
  950.     # `set' does not quote correctly, so add quotes (double-quote substitution
  951.     # turns \\\\ into \\, and sed turns \\ into \).
  952.     sed -n \
  953.       -e "s/'/'\\\\''/g" \
  954.       -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
  955.     ;;
  956.   *)
  957.     # `set' quotes correctly as required by POSIX, so do not add quotes.
  958.     sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
  959.     ;;
  960.   esac >> confcache
  961. if cmp -s $cache_file confcache; then
  962.   :
  963. else
  964.   if test -w $cache_file; then
  965.     echo "updating cache $cache_file"
  966.     cat confcache > $cache_file
  967.   else
  968.     echo "not updating unwritable cache $cache_file"
  969.   fi
  970. fi
  971. rm -f confcache
  972.  
  973. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  974.  
  975. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  976. # Let make expand exec_prefix.
  977. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  978.  
  979. # Any assignment to VPATH causes Sun make to only execute
  980. # the first set of double-colon rules, so remove it if not needed.
  981. # If there is a colon in the path, we need to keep it.
  982. if test "x$srcdir" = x.; then
  983.   ac_vpsub='/^[     ]*VPATH[     ]*=[^:]*$/d'
  984. fi
  985.  
  986. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  987.  
  988. # Transform confdefs.h into DEFS.
  989. # Protect against shell expansion while executing Makefile rules.
  990. # Protect against Makefile macro expansion.
  991. cat > conftest.defs <<\EOF
  992. s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
  993. s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
  994. s%\[%\\&%g
  995. s%\]%\\&%g
  996. s%\$%$$%g
  997. EOF
  998. DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
  999. rm -f conftest.defs
  1000.  
  1001.  
  1002. # Without the "./", some shells look in PATH for config.status.
  1003. : ${CONFIG_STATUS=./config.status}
  1004.  
  1005. echo creating $CONFIG_STATUS
  1006. # Some systems, like AmigaOS, won't allow you to remove a script that is
  1007. # being executed, so just move it out of the way instead.
  1008. if test -f $CONFIG_STATUS; then mv $CONFIG_STATUS $CONFIG_STATUS.old; else true; fi
  1009. cat > $CONFIG_STATUS <<EOF
  1010. #! /bin/sh
  1011. # Generated automatically by configure.
  1012. # Run this file to recreate the current configuration.
  1013. # This directory was configured as follows,
  1014. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  1015. #
  1016. # $0 $ac_configure_args
  1017. #
  1018. # Compiler output produced by configure, useful for debugging
  1019. # configure, is in ./config.log if it exists.
  1020.  
  1021. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  1022. for ac_option
  1023. do
  1024.   case "\$ac_option" in
  1025.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1026.     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  1027.     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  1028.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  1029.     echo "$CONFIG_STATUS generated by autoconf version 2.12"
  1030.     exit 0 ;;
  1031.   -help | --help | --hel | --he | --h)
  1032.     echo "\$ac_cs_usage"; exit 0 ;;
  1033.   *) echo "\$ac_cs_usage"; exit 1 ;;
  1034.   esac
  1035. done
  1036.  
  1037. ac_given_srcdir=$srcdir
  1038. ac_given_INSTALL="$INSTALL"
  1039.  
  1040. trap 'rm -fr `echo "Makefile lib/Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  1041. EOF
  1042. cat >> $CONFIG_STATUS <<EOF
  1043.  
  1044. # Protect against being on the right side of a sed subst in config.status.
  1045. sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
  1046.  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
  1047. $ac_vpsub
  1048. $extrasub
  1049. s%@CFLAGS@%$CFLAGS%g
  1050. s%@CPPFLAGS@%$CPPFLAGS%g
  1051. s%@CXXFLAGS@%$CXXFLAGS%g
  1052. s%@DEFS@%$DEFS%g
  1053. s%@LDFLAGS@%$LDFLAGS%g
  1054. s%@LIBS@%$LIBS%g
  1055. s%@exec_prefix@%$exec_prefix%g
  1056. s%@prefix@%$prefix%g
  1057. s%@program_transform_name@%$program_transform_name%g
  1058. s%@bindir@%$bindir%g
  1059. s%@sbindir@%$sbindir%g
  1060. s%@libexecdir@%$libexecdir%g
  1061. s%@datadir@%$datadir%g
  1062. s%@sysconfdir@%$sysconfdir%g
  1063. s%@sharedstatedir@%$sharedstatedir%g
  1064. s%@localstatedir@%$localstatedir%g
  1065. s%@libdir@%$libdir%g
  1066. s%@includedir@%$includedir%g
  1067. s%@oldincludedir@%$oldincludedir%g
  1068. s%@infodir@%$infodir%g
  1069. s%@guidedir@%$guidedir%g
  1070. s%@psdir@%$psdir%g
  1071. s%@dvidir@%$dvidir%g
  1072. s%@mandir@%$mandir%g
  1073. s%@CC@%$CC%g
  1074. s%@ARFLAGS@%$ARFLAGS%g
  1075. s%@AR@%$AR%g
  1076. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  1077. s%@INSTALL_DATA@%$INSTALL_DATA%g
  1078. s%@RANLIB@%$RANLIB%g
  1079. s%@AWK@%$AWK%g
  1080.  
  1081. CEOF
  1082. EOF
  1083.  
  1084. cat >> $CONFIG_STATUS <<\EOF
  1085.  
  1086. # Split the substitutions into bite-sized pieces for seds with
  1087. # small command number limits, like on Digital OSF/1 and HP-UX.
  1088. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  1089. ac_file=1 # Number of current file.
  1090. ac_beg=1 # First line for current file.
  1091. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  1092. ac_more_lines=:
  1093. ac_sed_cmds=""
  1094. while $ac_more_lines; do
  1095.   if test $ac_beg -gt 1; then
  1096.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  1097.   else
  1098.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  1099.   fi
  1100.   if test ! -s conftest.s$ac_file; then
  1101.     ac_more_lines=false
  1102.     rm -f conftest.s$ac_file
  1103.   else
  1104.     if test -z "$ac_sed_cmds"; then
  1105.       ac_sed_cmds="sed -f conftest.s$ac_file"
  1106.     else
  1107.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  1108.     fi
  1109.     ac_file=`expr $ac_file + 1`
  1110.     ac_beg=$ac_end
  1111.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  1112.   fi
  1113. done
  1114. if test -z "$ac_sed_cmds"; then
  1115.   ac_sed_cmds=cat
  1116. fi
  1117. EOF
  1118.  
  1119. cat >> $CONFIG_STATUS <<EOF
  1120.  
  1121. CONFIG_FILES=\${CONFIG_FILES-"Makefile lib/Makefile"}
  1122. EOF
  1123. cat >> $CONFIG_STATUS <<\EOF
  1124. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  1125.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  1126.   case "$ac_file" in
  1127.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  1128.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1129.   *) ac_file_in="${ac_file}.in" ;;
  1130.   esac
  1131.  
  1132.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  1133.  
  1134.   # Remove last slash and all that follows it.  Not all systems have dirname.
  1135.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1136.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1137.     # The file is in a subdirectory.
  1138.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  1139.     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  1140.     # A "../" for each directory in $ac_dir_suffix.
  1141.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  1142.   else
  1143.     ac_dir_suffix= ac_dots=
  1144.   fi
  1145.  
  1146.   case "$ac_given_srcdir" in
  1147.   .)  srcdir=.
  1148.       if test -z "$ac_dots"; then top_srcdir=.
  1149.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  1150.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  1151.   *) # Relative path.
  1152.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  1153.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  1154.   esac
  1155.  
  1156.   case "$ac_given_INSTALL" in
  1157.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  1158.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  1159.   esac
  1160.  
  1161.   echo creating "$ac_file"
  1162.   rm -f "$ac_file"
  1163.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  1164.   case "$ac_file" in
  1165.   *Makefile*) ac_comsub="1i\\
  1166. # $configure_input" ;;
  1167.   *) ac_comsub= ;;
  1168.   esac
  1169.  
  1170.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  1171.   sed -e "$ac_comsub
  1172. s%@configure_input@%$configure_input%g
  1173. s%@srcdir@%$srcdir%g
  1174. s%@top_srcdir@%$top_srcdir%g
  1175. s%@INSTALL@%$INSTALL%g
  1176. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  1177. fi; done
  1178. rm -f conftest.s*
  1179.  
  1180. EOF
  1181. cat >> $CONFIG_STATUS <<EOF
  1182.  
  1183. EOF
  1184. cat >> $CONFIG_STATUS <<\EOF
  1185.  
  1186. exit 0
  1187. EOF
  1188. chmod +x $CONFIG_STATUS
  1189. rm -f CONFIG.STATUS.old
  1190. rm -fr confdefs* $ac_clean_files
  1191. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
  1192.  
  1193.